projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747a0a5
)
include: asm: types: add resource_size_t type
author
Kishon Vijay Abraham I
<
[email protected]
>
Mon, 23 Feb 2015 13:09:59 +0000
(18:39 +0530)
committer
Marek Vasut
<
[email protected]
>
Tue, 14 Apr 2015 03:48:09 +0000
(
05:48
+0200)
Added resource_size_t type in order to get rid of the following
compilation error whiel building dwc3 gadget.
include/linux/ioport.h:19:2: error: unknown type name ‘resource_size_t’
Signed-off-by: Kishon Vijay Abraham I <
[email protected]
>
Reviewed-by: Lukasz Majewski <
[email protected]
>
arch/arm/include/asm/types.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/types.h
b/arch/arm/include/asm/types.h
index 2326420a7f755f9837dc165f10fa83b08a7cd2e1..ee77c4179f1aa04c24d37944b870c69ddebb13c3 100644
(file)
--- a/
arch/arm/include/asm/types.h
+++ b/
arch/arm/include/asm/types.h
@@
-54,4
+54,5
@@
typedef unsigned long phys_size_t;
#endif /* __KERNEL__ */
+typedef unsigned long resource_size_t;
#endif